<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://pmp.foms.ru/pmpWebService/schemas">
   <soapenv:Header/>
   <soapenv:Body>
      <sch:searchAccountForMoRecalculateRequest>
         <sch:searchMoAccountsRequest>
            <sch:page>1</sch:page>
            <sch:limit>50</sch:limit>
            <sch:accountDate>
               <!--Optional:-->
               <sch:dateFrom>2025-07-10T00:00:00</sch:dateFrom>
               <!--Optional:-->
               <sch:dateTo>2025-07-30T00:00:00</sch:dateTo>
            </sch:accountDate>
            <!--Optional:-->
            <sch:subjectCode>12</sch:subjectCode>
         </sch:searchMoAccountsRequest>
      </sch:searchAccountForMoRecalculateRequest>
   </soapenv:Body>
</soapenv:Envelope>


